collie.utils.string

Undocumented in source.

Members

Functions

isSameIngnoreLowUp
bool isSameIngnoreLowUp(TChar[] s1, TChar[] s2)
Undocumented in source. Be warned that the author may not have intended to support it.
splitNameValue
void splitNameValue(TChar[] data, const(Char)[] pairDelim, const(Char)[] valueDelim, bool delegate(TChar[], TChar[]) callback)
Undocumented in source. Be warned that the author may not have intended to support it.
splitNameValue
void splitNameValue(TChar[] data, Char pDelim, Char vDelim, bool delegate(TChar[], TChar[]) callback)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta